home *** CD-ROM | disk | FTP | other *** search
- LZSELECT
-
-
- Jay Munro January 22, 1990
- (Utilities)
-
- Purpose: Constructs and sends LaserJet escape sequences either
- directly, via a SETUP2.COM (PC Magazine, May 30, 1989), menu (PMF) file,
- or via a DOS file that can be COPYed to the printer from the command
- line or used in a batch file.
-
-
- SYNTAX LZSELECT [/2] [/B] [/F [d:] [path] filename]
-
- /2 Direct output to LPT2 (default=LPT1)
- /B Run the program in black-and-white
- filename Name the PMF file to create
-
- DESCRIPTION
-
- LZSELECT lets you creat PMF files for use with the SETUP utility so that
- you can sent control codes to LaserJet printers from SETUP's popup
- printer control window. You can also send control codes directly to the
- printer and download printer fonts through LZSELECT's menus. The source
- code for LZSELECT is availble on ZiffNet.
-
- EXAMPLES
-
- To start LZSELECT for the purpose of creating a PMF file callled
- LASERJET.PMF, type
-
- LZSELECT LASERJET.PMF
-
- Then, to load the menu file into SETUP, type
-
- SETUP LAZERJET.PMF
-
- ** Special Note: This utility is also a mentioned in the Ziff-Davis Press
- book "PC Magazine's DOS 5 Techniques and Utilities" by Jeff Prosise. Both
- this DOCumentation file and in the book's utility reference stand as correct.